c# console write binary

44

c# console write binary -

int value = 8;
string binary = Convert.ToString(value, 2);

Comments

Submit
0 Comments